What is a stream and what are the types of Streams and classes of the Streams?
2006
25-Nov-2010
Amit Singh
25-Nov-2010Byte Streams: Provide a convenient means for handling input and output of bytes.
Byte Streams classes: Are defined by using two abstract classes, namely InputStream and OutputStream.
Character Streams: Provide a convenient means for handling input & output of characters.
Character Streams classes: Are defined by using two abstract classes, namely Reader and Writer.